\(\int \frac {1}{(c+a^2 c x^2) \arctan (a x)^{5/2}} \, dx\) [1056]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [F(-2)]
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 21, antiderivative size = 18 \[ \int \frac {1}{\left (c+a^2 c x^2\right ) \arctan (a x)^{5/2}} \, dx=-\frac {2}{3 a c \arctan (a x)^{3/2}} \]

[Out]

-2/3/a/c/arctan(a*x)^(3/2)

Rubi [A] (verified)

Time = 0.02 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.048, Rules used = {5004} \[ \int \frac {1}{\left (c+a^2 c x^2\right ) \arctan (a x)^{5/2}} \, dx=-\frac {2}{3 a c \arctan (a x)^{3/2}} \]

[In]

Int[1/((c + a^2*c*x^2)*ArcTan[a*x]^(5/2)),x]

[Out]

-2/(3*a*c*ArcTan[a*x]^(3/2))

Rule 5004

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_.)/((d_) + (e_.)*(x_)^2), x_Symbol] :> Simp[(a + b*ArcTan[c*x])^(p +
 1)/(b*c*d*(p + 1)), x] /; FreeQ[{a, b, c, d, e, p}, x] && EqQ[e, c^2*d] && NeQ[p, -1]

Rubi steps \begin{align*} \text {integral}& = -\frac {2}{3 a c \arctan (a x)^{3/2}} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.01 (sec) , antiderivative size = 18, normalized size of antiderivative = 1.00 \[ \int \frac {1}{\left (c+a^2 c x^2\right ) \arctan (a x)^{5/2}} \, dx=-\frac {2}{3 a c \arctan (a x)^{3/2}} \]

[In]

Integrate[1/((c + a^2*c*x^2)*ArcTan[a*x]^(5/2)),x]

[Out]

-2/(3*a*c*ArcTan[a*x]^(3/2))

Maple [A] (verified)

Time = 0.99 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.83

method result size
default \(-\frac {2}{3 a c \arctan \left (a x \right )^{\frac {3}{2}}}\) \(15\)

[In]

int(1/(a^2*c*x^2+c)/arctan(a*x)^(5/2),x,method=_RETURNVERBOSE)

[Out]

-2/3/a/c/arctan(a*x)^(3/2)

Fricas [A] (verification not implemented)

none

Time = 0.25 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.78 \[ \int \frac {1}{\left (c+a^2 c x^2\right ) \arctan (a x)^{5/2}} \, dx=-\frac {2}{3 \, a c \arctan \left (a x\right )^{\frac {3}{2}}} \]

[In]

integrate(1/(a^2*c*x^2+c)/arctan(a*x)^(5/2),x, algorithm="fricas")

[Out]

-2/3/(a*c*arctan(a*x)^(3/2))

Sympy [A] (verification not implemented)

Time = 3.63 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.83 \[ \int \frac {1}{\left (c+a^2 c x^2\right ) \arctan (a x)^{5/2}} \, dx=- \frac {2}{3 a c \operatorname {atan}^{\frac {3}{2}}{\left (a x \right )}} \]

[In]

integrate(1/(a**2*c*x**2+c)/atan(a*x)**(5/2),x)

[Out]

-2/(3*a*c*atan(a*x)**(3/2))

Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{\left (c+a^2 c x^2\right ) \arctan (a x)^{5/2}} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(1/(a^2*c*x^2+c)/arctan(a*x)^(5/2),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

Giac [A] (verification not implemented)

none

Time = 0.29 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.78 \[ \int \frac {1}{\left (c+a^2 c x^2\right ) \arctan (a x)^{5/2}} \, dx=-\frac {2}{3 \, a c \arctan \left (a x\right )^{\frac {3}{2}}} \]

[In]

integrate(1/(a^2*c*x^2+c)/arctan(a*x)^(5/2),x, algorithm="giac")

[Out]

-2/3/(a*c*arctan(a*x)^(3/2))

Mupad [B] (verification not implemented)

Time = 0.38 (sec) , antiderivative size = 14, normalized size of antiderivative = 0.78 \[ \int \frac {1}{\left (c+a^2 c x^2\right ) \arctan (a x)^{5/2}} \, dx=-\frac {2}{3\,a\,c\,{\mathrm {atan}\left (a\,x\right )}^{3/2}} \]

[In]

int(1/(atan(a*x)^(5/2)*(c + a^2*c*x^2)),x)

[Out]

-2/(3*a*c*atan(a*x)^(3/2))